Add a synthetic dependency on num-traits
authorAlex Crichton <alex@alexcrichton.com>
Thu, 15 Mar 2018 18:00:32 +0000 (11:00 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 15 Mar 2018 18:00:32 +0000 (11:00 -0700)
commit841f20ae71295973705adce3eaa6161b7df1278a
tree91f08e508abd232875acd6917822c88ed8301f1f
parentb3df526dc5ca826b8d9f6ac3b102dfbda96e94c5
Add a synthetic dependency on num-traits

Right now the rust-lang/rust integration is compiling Cargo twice on dist
builds, once for Cargo and once for the RLS. This is due to a dependency of
Cargo being recompiled with different features when used from the RLS or not.
For now paper over this problem with a synthetic dependency to prevent Cargo
from being compiled twice.
Cargo.toml